body {
  font-family: poppins;
  background-color: #f5f5f5 !important;
}
.sidenav {
  background-color: #0c9aac;
}
.sidenav li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidenav li:hover {
  background-color: hsla(0, 0%, 100%, 0.13);
  border-radius: 10px;
  width: fit-content;
  margin-left: 0px;
  transition: 0.3s;
}

.inputforsearch:focus {
  box-shadow: none !important;
}
.chat-list {
  height: 70vh;
  overflow-y: auto;
}
.chat-window {
  height: 84vh;
  display: flex;
  flex-direction: column;
}
.messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
}

.message-input {
  padding: 10px;
}
.chat-bubble {
  padding: 10px;
  border-radius: 10px;
  max-width: 75%;
  margin-bottom: 10px;
}
.sent {
  background-color: #0097a7;
  color: white;
  align-self: flex-end;
}
.received {
  background-color: #e0e0e0;
  align-self: flex-start;
}
.ichat {
  cursor: pointer;
  transition: 0.3s;
}
.ichat:hover {
  background-color: rgb(240, 240, 240);
  transition: 0.3s;
}
.ichat:active {
  background-color: rgba(76, 111, 255, 0.1);
  transition: 0.3s;
}
.fdf:focus {
  box-shadow: none !important;
}
.btactive:active {
  border: none !important;
}
.dfd:hover {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .logoClose {
    gap: 0px !important;
  }
  .searchAndAdd {
    flex-direction: column !important;
  }
  .footer-for-pagination {
    flex-direction: column !important;
  }
  .chatroom {
    flex-direction: column !important;
  }
  .leftchat {
    width: 100% !important;
  }
}
